protected code meaning in English
保护码
Examples
- Identity permissions help protect code from unauthorized access
从同一基类派生。 - Otherwise , if the protected code threw an exception , the lock might never be released
否则,如果受保护的代码将抛出异常,锁就有可能永远得不到释放! - Insures that the underlying monitor is released , even if the protected code throws an exception
确保了即使受保护的代码引发异常,也可以释放基础监视器。 - Ensuring that your code s callers cannot trick your code into calling the protected code on their behalf
确保代码的调用方无法以欺骗手段使您的代码为它们调用受保护的代码。 - Might cause problems if the protected code uses an external resource because that code may run simultaneously across multiple application domains
中采用锁则可能引起问题,因为该代码可能跨多个应用程序域同时运行。